.right-sidebar .menu .sidebar-num {
	position: absolute;
	z-index: 3;
	right: 2px;
	top: 2px;
	height: 13px;
	padding: 1px 2px;
	overflow: hidden;
	color: #fff;
	font: 11px/11px verdana;
	text-align: center;
	min-width: 11px;
	border-radius: 10px;
	background: #fff;
}
.toolbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-left: 6px solid #7a6e6e;
	-webkit-transition: right .3s ease-in-out 0s;
	transition: right .3s ease-in-out 0s;
	z-index: 2;
}
.right_menu {
	position: absolute;
	top: 50%;
	left: -35px;
	width: 35px;
	margin-top: -90px;
}
.menu.back-top {
	top: unset;
	bottom: -1px;
}
.menu > a {
	position: relative;
	display: block;
}
.menu .item-icon-box {
	position: relative;
	width: 35px;
	height: 35px;
	margin-bottom: 1px;
	cursor: pointer;
	border-radius: 3px 0 0 3px;
	padding-top: 8px;
	text-align: center;
	color: #fff;
	z-index: 5;
	background-color: #7a6e6e;
}
.menu > a .icon {
	font-size: 20px;
}
.menu .text {
	width: 0;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 0;
	border-radius: 3px 0 0 3px;
	-webkit-transition: left .3s ease-in-out .1s, width .3s ease-in-out .1s;
	transition: left .3s ease-in-out .1s, width .3s ease-in-out .1s;
	visibility: hidden;
	white-space: nowrap;
}
.ns-bg-color {
	background-color: #e23435 !important;
}